home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000105_fdc@watsun.cc.columbia.edu_Fri Nov 2 10:13:52 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 12923 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: I need help about K95 script
  6. Date: 2 Nov 2001 14:44:15 GMT
  7. Organization: Columbia University
  8. Lines: 34
  9. Message-ID: <9rubfv$c0t$1@newsmaster.cc.columbia.edu>
  10. References: <20011102091942.22747.00000922@mb-fl.aol.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1004712255 12317 128.59.39.2 (2 Nov 2001 14:44:15 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 2 Nov 2001 14:44:15 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12923
  16.  
  17. In article <20011102091942.22747.00000922@mb-fl.aol.com>,
  18. VISTOL <vistol@aol.com> wrote:
  19. : My application must run under Excell 97, with a VB macro that launch
  20. : a K95 session (with the command Shell()), connect to a server, launch a 
  21. : K95 script to extract datas which are recovered by Excell. pfuiii !!!
  22. : Where can I find documentation about K95 scripts 'cause all I'm able to do
  23. : is to connect to the server but I don't know how to enter parameters into
  24. : the VT console.
  25. Kermit 95 and C-Kermit are pretty much identical as far as the script
  26. language is concerned.  You can find tutorials here:
  27.  
  28.   http://www.columbia.edu/kermit/ckscripts.html
  29.   http://www.columbia.edu/kermit/ckututor.html
  30.   http://www.columbia.edu/kermit/k95tutor.html
  31.  
  32. A series of case studies is presented here:
  33.  
  34.   http://www.columbia.edu/kermit/ckermit.html#studies
  35.  
  36. and you can find lots of sample scripts here:
  37.  
  38.   http://www.columbia.edu/kermit/ckscripts.html
  39.  
  40. Of course there is also the documentation:
  41.  
  42.   http://www.columbia.edu/kermit/k95tutor.html#documentation
  43.  
  44. Information about invoking K95 from VB scripts is here:
  45.  
  46.   http://www.columbia.edu/kermit/k95techfaq.html#vbx
  47.  
  48. - Frank
  49.